home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d13 / pull230.arc / QREF.DOC < prev    next >
Text File  |  1990-10-15  |  2KB  |  66 lines

  1.  Key Word Crossreference/Quick Reference Card: PullDown v2.30 Menu Shell
  2. ___________________________________________________________________________
  3.  
  4. By Usage:
  5.  
  6. Menu Definition Commands:
  7. -----------------------
  8.      DEF
  9.           Defines a new title heading to follow, and a new pulldown set.
  10.  
  11.      %TitleString
  12.           1) When immediately following DEF, defines top menu selection
  13.           2) When second through last for a menu, defines the title of the
  14.           selection definition that follows it.
  15.  
  16.      !AUTO!
  17.           Anywhere in a .DEF file causes automatic execution of following
  18.           valid .DEF commands on entry to menu.
  19.  
  20.      +BatchCommand
  21.           Following a %TitleString defines a DOS batch command associated
  22.           with the preceding selection title.
  23.  
  24.      'CommentString
  25.           Anything preceded by ' is a comment and ignored by PullDown.
  26.           Embedded  comments are not supported, so keep them on separate
  27.           lines.
  28.      HI=nn
  29.          Defines the HiLite Key to show in a menu selection.  nn=count to
  30.          character position, where the first letter is considered 0.
  31.  
  32.      PASS=PassWord
  33.      ?QuestionString
  34.      OKBOX=PromptString
  35.      YORN=PromptString
  36.      SCROLLBOX=HelpFile,HeaderString
  37.      @MenuFile.DEF
  38.      LOADFILE=FileSpec,HeadingString
  39.  
  40. And the basic structure of ALL .DEF files is:
  41. ---------------------------------------------
  42. DEF
  43.      %TopBar Title One
  44.  
  45.      %First Selection
  46.           HI=nn
  47.           +batch command
  48.           +batch command
  49.  
  50.      %Second Selection
  51.           HI=nn
  52.           +batch command
  53.           +batch command
  54. DEF
  55.      %TopBar Title Two, appearing to the RIGHT of the preceding menu
  56.  
  57.      %First Selection, Menu Two
  58.      .
  59.      .
  60.  
  61. Up to 10 across (limited to 59 total characters in width of selection titles)
  62. and the number of screen rows activated less four down the page.
  63.  
  64. Keyword toggles: REQUIRED/NOTREQUIRED for ?Inputs, ABORT halts an option.
  65.  
  66.